home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Photo.Dir / 00029.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  191 b   |  11 lines

  1. global auto_flg
  2.  
  3. on mouseDown
  4.   set the visible of sprite 8 to 0
  5.   updateStage()
  6.   set auto_flg to 0
  7.   go(marker(6))
  8.   set the visible of sprite 8 to 1
  9.   set the visible of sprite 5 to 1
  10. end
  11.